Methods
|
|
__call__
_link
_unlink
clear
getElement
getReferencedType
set
values
|
|
__call__
|
__call__ ( self )
Return the value of the feature
|
|
_link
|
_link ( self, element )
Link to element without notifying other end
|
|
_unlink
|
_unlink ( self, element )
Unlink from element without notifying other end
|
|
clear
|
clear ( self )
Unset the value of the feature, like del or set(empty/None)
|
|
getElement
|
getElement ( self )
Retrieve the Element to which this Feature belongs
|
|
getReferencedType
|
getReferencedType ( self )
Retrieve the Service representing the type this Feature references
|
|
set
|
set ( self, value )
Set the value of the feature to value
|
|
values
|
values ( self )
Return the value(s) of the feature as a sequence, even if it's a single value
|